home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 3
/
inter@ivo 1996-04.iso
/
cybint3
/
bin
/
tmn.dxr
/
00166.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-21
|
212 b
|
15 lines
on mouseUp
if the mouseCast = 57 then
go(1)
end if
end
on exitFrame
if rollOver(44) then
set the visible of sprite 44 to 1
else
set the visible of sprite 44 to 0
end if
go(the frame)
end